projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6ad460
)
Autoload url-insert-buffer-contents
author
Samer Masterson
<samer@samertm.com>
Fri, 25 Dec 2015 18:04:55 +0000
(19:04 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 25 Dec 2015 18:05:21 +0000
(19:05 +0100)
* lisp/url/url-handlers.el: Add autoload cookie so that
`package-list-packages' doesn't bug out (bug#21927) (tiny change)
Backport:
(cherry picked from commit
7a7b5b492ff9929eecd90c4564db6fbf3b192323
)
lisp/url/url-handlers.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-handlers.el
b/lisp/url/url-handlers.el
index 0b9d43f70cf5e7c1bb5c1516f70ad11d62a3542d..6df26a4c9cda87fc118b0a687f3524348ec847d2 100644
(file)
--- a/
lisp/url/url-handlers.el
+++ b/
lisp/url/url-handlers.el
@@
-309,6
+309,7
@@
They count bytes from the beginning of the body."
(defvar url-http-codes)
+;;;###autoload
(defun url-insert-buffer-contents (buffer url &optional visit beg end replace)
"Insert the contents of BUFFER into current buffer.
This is like `url-insert', but also decodes the current buffer as